home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 April / Electronic Entertainment CD-ROM Sampler Disc (April 1995).iso / mac / PCFILES / neonNSWK.DIR / 00635_Script_635 < prev    next >
Text File  |  1994-11-08  |  199b  |  13 lines

  1. if rollover (the clickOn) then
  2.   if the quickTimePresent = FALSE then
  3.     unloadCast
  4.     cursor 4
  5.     go to "noqt"
  6.   else
  7.     unloadCast
  8.     cursor 4
  9.     go to "start"
  10.   end if
  11.   
  12. end if
  13.